home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Classes
/
SampleClasses
/
TestClass_main.m
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-08-04
|
323 b
|
16 lines
/* Generated by the NeXT Project Builder
NOTE: Do NOT change this file -- Project Builder maintains it.
*/
#import "TestClass.h"
void main(int argc, char *argv[]) {
[TestClass new];
if ([NXApp loadNibSection:"testClass.nib" owner:NXApp withNames:NO])
[NXApp run];
[NXApp free];
exit(0);
}